home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Hardware / PC Card SDKs / PC Card Manager 3.0 / RIncludes / PCCardEnablerPlugin.r
Encoding:
Text File  |  1997-06-05  |  698 b   |  26 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        PCCardEnablerPlugin.r
  3.  
  4.      Version:    System 7.5 and System 8
  5.  
  6.      Copyright:    © 1984-1996 by Apple Computer, Inc.
  7.                  All rights reserved.
  8.  
  9. */
  10.  
  11. #ifndef __PCCARDENABLERPLUGIN_R__
  12. #define __PCCARDENABLERPLUGIN_R__
  13.  
  14. type 'pccd' {
  15.    longint;                                        /* MUST BE ZERO */
  16.     integer    dontShowIcon = -1, noCustomIcon = 0;    /* customIconID                */
  17.     integer    noCustomStrings = 0;                    /* customStringsID            */
  18.     unsigned integer;                                /*    customTypeIndex            */
  19.     unsigned integer;                                /*    customHelpIndex            */
  20.     literal longint    noCustomAction = 0;                /* customAction                */
  21.     longint;                                        /*    customActionParam1        */
  22.     longint;                                        /*    customActionParam2        */
  23. };
  24.  
  25. #endif /* __PCCARDENABLERPLUGIN_R__ */
  26.